Skip to content

884: Ruby Upgrade#3

Open
ehimen-io wants to merge 3 commits intomainfrom
owens/884/ruby-upgrade
Open

884: Ruby Upgrade#3
ehimen-io wants to merge 3 commits intomainfrom
owens/884/ruby-upgrade

Conversation

@ehimen-io
Copy link

No description provided.

end
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 3.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we in fact supporting all rubies 3.0 and up? Let's either cap this at "3.x or 4.x (not 5+)" and add supported versions to our CI, or declare ~> 4.0.

@@ -0,0 +1,12 @@
# Changelog

## [1.0.0] - 2026-02-11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have a "breaking changes" section, which should include:

  • we now require faraday 2.x
  • dropped support for ruby < 4.0 (or < 3.0, depending on our intent)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments